Package-level declarations

Types

Link copied to clipboard
public interface IDisablesShield

A StaffItemHandler implementing this interface disables the attacked entity's shield.

Link copied to clipboard
public abstract class StaffItem extends Item

Staff item dispatching functionality to StaffItemHandler without loader specific functionality. Implementing FabricItem or IForgeItem (on the appropriate loader) is highly recommended when extending the class to pass loader-specific functionality to StaffItemHandler.

Link copied to clipboard
public abstract class StaffItemHandler

Provides functionality for a staff, when an item is inserted into it.